From 80396f14be73d116a56a3ea8cb9a4b68cf2d7b00 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sat, 27 Jan 2018 15:11:06 +0530 Subject: [PATCH] Disable wasm32_final_outputs test This test depends on emscripten built using fastcomp a fork of LLVM and is not avaialble in Debian. Last-Update: 2017-12-05 Gbp-Pq: Name 2006_disable_wasm32_tests.patch --- tests/build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/build.rs b/tests/build.rs index 523e42d91..0a2c25ee4 100644 --- a/tests/build.rs +++ b/tests/build.rs @@ -3479,7 +3479,6 @@ fn cdylib_final_outputs() { } } -#[test] fn wasm32_final_outputs() { use cargo::core::{Shell, Target, Workspace}; use cargo::ops::{self, BuildConfig, Context, CompileMode, CompileOptions, Kind, Unit}; -- 2.30.2